home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / demos / 8 / readme.doc / run.doc < prev    next >
Encoding:
Text File  |  1985-06-09  |  2.3 KB  |  75 lines

  1.  
  2.         Running the 4xFORTH DEMO System
  3.  
  4.  
  5. Files Required
  6. --------------
  7.     The following files are necessary to run 4xFORTH:
  8.  
  9.         FORTH.PRG        The loader for the FORTH image.
  10.  
  11.         FORTH.DAT        The binary image of 4xFORTH
  12.  
  13.         FORTH.BLK        The blocks making up the system
  14.                     loaded after startup.  (This file
  15.                     actually contains considerable
  16.                     free space.)
  17.  
  18. Startup Sequence
  19. ----------------
  20.     4xFORTH startup should be done in the following sequence:
  21.  
  22.         1.    Select MEDIUM resolution from the SET PREFERENCES
  23.             menu.  The demo is set up to run on a color tube
  24.             under medium resolution.
  25.  
  26.         2.    Install the program FORTH.PRG as a TOS
  27.             program.  If you don't do this, 4xFORTH
  28.             will run, but the cursor will NOT appear
  29.             when you exit from the initial demo.
  30.  
  31.         3.    "DOUBLE CLICK" the FORTH.PRG icon.
  32.  
  33.         4.    FORTH.PRG will load the FORTH.DAT image of
  34.             4xFORTH and start it.  Upon startup 4xFORTH
  35.             will complete the DEMO system by loading
  36.             some of the blocks in the FORTH.BLK file.
  37.  
  38.     When 4xFORTH has completed the load of the DEMO code, it will
  39.     create a 64 block ram disk and move some blocks necessary to run
  40.     the demo to the ram disk.  The system will then make the ram disk
  41.     the system device, and start the demo.
  42.  
  43.  
  44.  
  45. Exiting to TOS
  46. --------------
  47.     Execution of the following command will cause the 4xFORTH system
  48.     to terminate execution, and a return to the operating system (TOS).
  49.  
  50.             BYE <cr>
  51.  
  52.  
  53. Available Memory
  54. ----------------
  55.  
  56.     The amount of memory available to 4xFORTH after startup is 
  57.     dependent upon the number of desk accessories loaded by the
  58.     operating system at start up.  Using the 5/29/85 version of
  59.     TOS, the available memory with all desk accessories loaded
  60.     will be about 164kb.  If you rename the <name>.ACC files
  61.     on the boot disk to <name>.ACS (or any other extension),
  62.     they will not be loaded upon reboot.  This can result in
  63.     about 30 kb of additional space being made available to
  64.     the 4xFORTH user.
  65.  
  66.  
  67. What You Can and Can't Do
  68. -------------------------
  69.     The demo allows you to do and use all of the functions of 4xFORTH
  70.     except the accessing of the Atari file system, and the saving of
  71.     ram disk to a physical disk drive.  The demo system has NO file
  72.     oriented mass storage read/write driver after start up.  Be warned
  73.     that blocks you build containing programs will be lost when you exit
  74.     to TOS.
  75.   ə